-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Conversation
updated dotnet version to build
…otnet-architecture/eShopOnWeb into v-sruspasari/dotnet8_migration
…_migration Migrated to dotnet 8 and Updated packages.
Directory.Packages.props
Outdated
@@ -1,7 +1,11 @@ | |||
<Project> | |||
<PropertyGroup> | |||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | |||
<TargetFramework>net7.0</TargetFramework> | |||
<TargetFramework>net8.0</TargetFramework> | |||
<AspNetVersion>8.0.0-rc.2.23480.2</AspNetVersion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These version numbers can now be 8.0.0
now, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup yup!
Update Directory.Packages.props
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.6.3" /> | ||
<PackageVersion Include="xunit" Version="2.4.2" /> | ||
<PackageVersion Include="xunit.runner.visualstudio" Version="2.4.5"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we could have these test reference updated also
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will create another issue for this.... just to verify any changes
The default port changed from 80 to 8080 for containers, see details here: https://learn.microsoft.com/en-us/dotnet/core/compatibility/containers/8.0/aspnet-port while it seems we do not have any changes about that, we may need some changes to keep the container working |
@WeihanLi fixed up ;) good catch |
No description provided.